ComponentOne ASP.NET MVC Controls
OnClientLoadedRows Property

C1.Web.Mvc Namespace > FlexGridBase<T> Class : OnClientLoadedRows Property
Occurs after the grid rows have been bound to the data source.
Syntax
'Declaration
 
<JsonAttribute(Order=2, 
   SkipIfDefault=True, 
   PropertyName="loadedRows", 
   Name="loadedRows")>
Public Overridable Property OnClientLoadedRows As String
[Json(Order=2, 
   SkipIfDefault=True, 
   PropertyName="loadedRows", 
   Name="loadedRows")]
public virtual string OnClientLoadedRows {get; set;}
See Also

Reference

FlexGridBase<T> Class
FlexGridBase<T> Members